diff options
author | Sam James <sam@gentoo.org> | 2021-01-27 03:49:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-27 03:49:53 +0000 |
commit | a7d3d160b0a194f10e09678463e74077fbaf3234 (patch) | |
tree | 9c5f05ccb72d67f555c13a9d27d9bae1f2b8a305 /dev-python/pendulum | |
parent | app-crypt/pius: fix WhitespaceFound (diff) | |
download | gentoo-a7d3d160b0a194f10e09678463e74077fbaf3234.tar.gz gentoo-a7d3d160b0a194f10e09678463e74077fbaf3234.tar.bz2 gentoo-a7d3d160b0a194f10e09678463e74077fbaf3234.zip |
dev-python/pendulum: fix WhitespaceFound
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pendulum')
-rw-r--r-- | dev-python/pendulum/pendulum-2.1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild index c17277cd71fc..d11f57595877 100644 --- a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild +++ b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" # Requires timezone information which is not installed by default # with dev-python/pytzdata, and otherwise approx. 50 out of 1600 -# tests are failing for now. Keeping the test dependencies +# tests are failing for now. Keeping the test dependencies # commented for future tests fixups RESTRICT="test" |