wok diff tinypy/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 866fa2493b1b
children 934055de50e2
line diff
     1.1 --- a/tinypy/receipt	Wed Feb 24 12:13:18 2010 +0000
     1.2 +++ b/tinypy/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A minimalist implementation of Python."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -DEPENDS="glibc-base"
    1.10 -BUILD_DEPENDS="python-dev"
    1.11  WEB_SITE="http://www.tinypy.org/"
    1.12  WGET_URL="http://tinypy.googlecode.com/files/$TARBALL"
    1.13  TAGS="python"
    1.14  
    1.15 +DEPENDS="glibc-base"
    1.16 +BUILD_DEPENDS="python-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {