diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-10-07 20:32:52 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-13 08:03:03 +0700 |
commit | 1ffc4da77ce21b851bb6dbb8fe01638a8b8d411b (patch) | |
tree | 91cd5fb4de55ab2340c1b82cb5d9d1d669103a1d /python/entrypoints/entrypoints.info | |
parent | 7558a3d2f0a7759c99354205607193fc3c08b659 (diff) |
python/entrypoints: Add Python 3 support.
Diffstat (limited to 'python/entrypoints/entrypoints.info')
-rw-r--r-- | python/entrypoints/entrypoints.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/entrypoints/entrypoints.info b/python/entrypoints/entrypoints.info index 7e455a452bca0..a7963e4eaeb17 100644 --- a/python/entrypoints/entrypoints.info +++ b/python/entrypoints/entrypoints.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/takluyver/entrypoints/archive/0.2.3/entrypoints-0.2 MD5SUM="ad31adbe634709555c400de125098dc8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |