diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2021-11-14 05:08:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 05:08:47 +0200 |
commit | 84adeaaed3c2e1b1bab0ab2b10bb553a47613d68 (patch) | |
tree | 591df7bcfef462daac67386ae9a6f8e8dcdc13c6 /lang | |
parent | 0101370e1dcc0e249472652c33f1b9d7ab41b07d (diff) | |
parent | b84b71c149e2bc9c8cb59483b117bcdfd8f8da4b (diff) |
Merge pull request #17108 from commodo/ovs-no-python-six
ovs,ovn: remove python-six dep
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-six/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python/python-six/Makefile b/lang/python/python-six/Makefile index bb5356d31..20ec34aea 100644 --- a/lang/python/python-six/Makefile +++ b/lang/python/python-six/Makefile @@ -18,10 +18,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com> -HOST_BUILD_DEPENDS:=python3/host - include ../pypi.mk -include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk @@ -41,14 +38,6 @@ writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. endef -define Host/Compile - $(call HostPython3/ModSetup,,install --prefix="" --root="$(STAGING_DIR_HOSTPKG)") -endef - -Host/Install:= - -$(eval $(call HostBuild)) - $(eval $(call Py3Package,python3-six)) $(eval $(call BuildPackage,python3-six)) $(eval $(call BuildPackage,python3-six-src)) |