wok-next diff python-punjab/receipt @ rev 21143
Small updates.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jan 25 15:37:19 2019 +0200 (2019-01-25) |
parents | c9a7a7b42a86 |
children |
line diff
1.1 --- a/python-punjab/receipt Sat Sep 22 16:05:26 2018 +0300 1.2 +++ b/python-punjab/receipt Fri Jan 25 15:37:19 2019 +0200 1.3 @@ -21,6 +21,6 @@ 1.4 genpkg_rules() { 1.5 copy @std 1.6 py="${PACKAGE%%-*}" # python/python3 1.7 - DEPENDS="$python twisted $py-pyopenssl" 1.8 + DEPENDS="$python $py-twisted $py-pyopenssl" 1.9 CONFIG_FILES="/etc/punjab.tac" 1.10 }