python3-* rebuild

This commit is contained in:
Rmys
2023-10-17 16:37:26 +03:00
parent 4e6ddccecc
commit 94d6643ee0
2 changed files with 5 additions and 3 deletions
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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()
@@ -16,6 +16,8 @@
<Archive sha1sum="1245c28c10ae6cb80164f081daece224b6fa89bc" type="targz">https://files.pythonhosted.org/packages/b9/6c/7c6658d258d7971c5eb0d9b69fa9265879ec9a9158031206d47800ae2213/packaging-23.1.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.9.7">python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-installer</Dependency>
</BuildDependencies>
</Source>