diff --git a/python/py-bleach/Portfile b/python/py-bleach/Portfile
index 43e63f75b89..b150d1511aa 100644
a
|
b
|
PortGroup python 1.0 |
5 | 5 | |
6 | 6 | name py-bleach |
7 | 7 | version 3.1.5 |
8 | | revision 0 |
| 8 | revision 1 |
9 | 9 | categories-append www |
10 | 10 | platforms darwin |
11 | 11 | license Apache |
… |
… |
if {${name} ne ${subport}} { |
29 | 29 | port:py${python.version}-setuptools |
30 | 30 | |
31 | 31 | depends_lib-append port:py${python.version}-six \ |
32 | | port:py${python.version}-webencodings |
| 32 | port:py${python.version}-webencodings \ |
| 33 | port:py${python.version}-packaging |
33 | 34 | |
34 | 35 | livecheck.type none |
35 | 36 | } |