dev-python/stripe: Remove CHANGELOG and README.md from dodoc
authorCédric Krier <cedk@gentoo.org>
Sun, 8 Oct 2017 20:19:02 +0000 (22:19 +0200)
committerCédric Krier <cedk@gentoo.org>
Sun, 8 Oct 2017 20:19:14 +0000 (22:19 +0200)
Those files are not un the published source file.

Gentoo-bug: 633798

Package-Manager: Portage-2.3.8, Repoman-2.3.1

dev-python/stripe/stripe-1.66.0.ebuild

index e0bbe3dd84b627180a3718baab605ef7a5e0abda..674033205871669cc4083094c631bd213141c1dd 100644 (file)
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
                dev-python/pycurl
                )"
 
-DOCS="CHANGELOG LONG_DESCRIPTION.rst README.md"
+DOCS="LONG_DESCRIPTION.rst"
 
 python_test() {
        ${PYTHON:-python} -Wall setup.py test || die