python3-httpx:ver bump

This commit is contained in:
blue-devil
2020-03-12 00:58:51 +03:00
parent 8f241a8ebb
commit c824c3eb7a
2 changed files with 16 additions and 7 deletions
@@ -5,9 +5,11 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")