diff mbox

python-webpy: depend on Python 2.x only

Message ID 1417729017-6395-1-git-send-email-yegorslists@googlemail.com
State Accepted
Headers show

Commit Message

Yegor Yefremov Dec. 4, 2014, 9:36 p.m. UTC
webpy is still not ported to Python 3, so enable only
for Python 2.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-webpy/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Dec. 7, 2014, 9:04 p.m. UTC | #1
Dear Yegor Yefremov,

On Thu,  4 Dec 2014 22:36:57 +0100, Yegor Yefremov wrote:
> webpy is still not ported to Python 3, so enable only
> for Python 2.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/python-webpy/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks. I've added a reference to the corresponding
autobuilder failure. Please try to include such references in future
patches. Thanks a lot!

Thomas
diff mbox

Patch

diff --git a/package/python-webpy/Config.in b/package/python-webpy/Config.in
index 1e90892..e9a5121 100644
--- a/package/python-webpy/Config.in
+++ b/package/python-webpy/Config.in
@@ -1,5 +1,6 @@ 
 config BR2_PACKAGE_PYTHON_WEBPY
 	bool "python-webpy"
+	depends on BR2_PACKAGE_PYTHON
 	help
 	  web.py is a web framework for Python that is as simple as it is
 	  powerful.