python: remove PyPackage rules for python package
authorAlexandru Ardelean <redacted>
Mon, 9 Mar 2015 12:20:37 +0000 (14:20 +0200)
committerAlexandru Ardelean <redacted>
Mon, 9 Mar 2015 14:52:52 +0000 (16:52 +0200)
Calling `PyPackage` will install some default install rules for
python packages that are not required for the `python` package specifically
are not required.
That will lead to some conflicts with `python-light` because the
`/usr/lib/python2.7/site-packages` folder (+contents) will be
available in both packages.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/Makefile

index 9cf476ef3d82f00a811997d922f0159a8796e67e..006ad64a63d8fc6cf564d4379ca124b9baa4ac1f 100644 (file)
@@ -241,7 +241,7 @@ $(foreach package, $(PYTHON_PACKAGES),  \
 
 $(eval $(call PyPackage,python-base))
 $(eval $(call PyPackage,python-light))
-$(eval $(call PyPackage,python))
+#$(eval $(call PyPackage,python))
 
 $(eval $(call BuildPackage,python-base))
 $(eval $(call BuildPackage,python-light))
git clone https://git.99rst.org/PROJECT