python3-setuptools ver. vump
This commit is contained in:
@@ -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(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install(pyVer="3")
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Update release="10">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>1.26.13</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
|
||||
Reference in New Issue
Block a user