Skip to content
Snippets Groups Projects
Verified Commit 1abcc15f authored by Štěpán Henek's avatar Štěpán Henek :bear:
Browse files

don't substitute setup_requires in setup.py

parent 4274865b
No related merge requests found
......@@ -34,7 +34,6 @@ define Package/foris-client/description
endef
define Build/Compile
sed -i '/.pytest-runner.,/ d' $(PKG_BUILD_DIR)/setup.py
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
......
......@@ -37,7 +37,6 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
sed -i '/.pytest-runner.,/ d' $(PKG_BUILD_DIR)/setup.py
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
......
......@@ -37,7 +37,6 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
sed -i '/.pytest-runner.,/ d' $(PKG_BUILD_DIR)/setup.py
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
......
......@@ -36,7 +36,6 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
sed -i '/.pytest-runner.,/ d' $(PKG_BUILD_DIR)/setup.py
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
......
......@@ -37,7 +37,6 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
sed -i '/.pytest-runner.,/ d' $(PKG_BUILD_DIR)/setup.py
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
......
......@@ -37,7 +37,6 @@ define Package/foris-controller/description
endef
define Build/Compile
sed -i '/.pytest-runner.,/ d' $(PKG_BUILD_DIR)/setup.py
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
......
......@@ -37,7 +37,6 @@ define Package/foris-schema/description
endef
define Build/Compile
sed -i '/.pytest-runner.,/ d' $(PKG_BUILD_DIR)/setup.py
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
......
......@@ -34,7 +34,6 @@ define Package/foris-ws/description
endef
define Build/Compile
sed -i '/.pytest-runner.,/ d' $(PKG_BUILD_DIR)/setup.py
$(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
endef
......
......@@ -43,15 +43,13 @@ endef
define Build/Compile
$(RM) -r $(PKG_BUILD_DIR)/jsonschema/tests/*
touch $(PKG_BUILD_DIR)/jsonschema/tests/__init__.py
sed -i 's|"vcversioner>=2.16.0.0"||' $(PKG_BUILD_DIR)/setup.py
$(call Build/Compile/PyMod,., \
install --prefix="/usr" --root="$(PKG_INSTALL_DIR)" \
)
endef
define Host/Compile
sed -i 's|"vcversioner>=2.16.0.0"||' $(HOST_BUILD_DIR)/setup.py
#$(call Build/Compile/HostPyMod,,build)
$(call Build/Compile/HostPyMod,,build)
endef
define Host/Install
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment