onionshare-cli: Force old Python build process
This package requires poetry to build using the new Python build process but poetry is not available, so force the old build process for now. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
da55275f3b
commit
705176cd6a
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=onionshare-cli
|
PKG_NAME:=onionshare-cli
|
||||||
PKG_VERSION:=2.3.1
|
PKG_VERSION:=2.3.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PYPI_NAME:=onionshare-cli
|
PYPI_NAME:=onionshare-cli
|
||||||
PYPI_SOURCE_NAME:=onionshare_cli
|
PYPI_SOURCE_NAME:=onionshare_cli
|
||||||
|
@ -21,6 +21,8 @@ PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python-setuptools-scm/host
|
PKG_BUILD_DEPENDS:=python-setuptools-scm/host
|
||||||
|
|
||||||
|
PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1
|
||||||
|
|
||||||
include ../../lang/python/pypi.mk
|
include ../../lang/python/pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../../lang/python/python3-package.mk
|
include ../../lang/python/python3-package.mk
|
||||||
|
|
Loading…
Reference in a new issue