diff options
author | davidovski <david@davidovski.xyz> | 2022-03-10 23:01:07 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-10 23:01:07 +0000 |
commit | 2bda0d54b37dd3ebf7917c3a58c0404d21afe7f6 (patch) | |
tree | 36a97971d0f9c6151f36b333383bb985289f23e3 /repo/python/python-webencodings.xibuild | |
parent | 08c8891c20131576640f30cc40fcdbc57a497957 (diff) |
shell will now default to dash asap
Diffstat (limited to 'repo/python/python-webencodings.xibuild')
-rw-r--r-- | repo/python/python-webencodings.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/python/python-webencodings.xibuild b/repo/python/python-webencodings.xibuild index 33693c3..5a29aa8 100644 --- a/repo/python/python-webencodings.xibuild +++ b/repo/python/python-webencodings.xibuild @@ -1,11 +1,11 @@ #!/bin/sh -MAKEDEPS="python" +MAKEDEPS="python python-setuptools" DEPS="" PKG_VER=0.5.1 SOURCE=https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-$PKG_VER.tar.gz -DESC="Character encoding aliases for legacy web content" +DESC="Character encoding for legacy web content" build() { python setup.py build |