pyton3-pypi*

This commit is contained in:
Rmys
2024-10-13 12:12:34 +03:00
parent 2b5da9d082
commit d918b94871
2 changed files with 16 additions and 5 deletions
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
python3modules.install()