python3-simplejson: ver bump

This commit is contained in:
blue-devil
2020-09-01 00:19:10 +02:00
parent 18f5f63d14
commit eabb54910c
2 changed files with 11 additions and 3 deletions
@@ -4,10 +4,11 @@
# 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 shelltools
from pisi.actionsapi import pythonmodules
def build():
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile(pyVer="3")