tdev-python/txsocksx: Correct Parsley dependency. - parlay - yet another gentoo overlay
 (HTM) git clone https://git.parazyd.org/parlay
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 8fe5b8e9179926176e900c323dc2a1e66bffa18e
 (DIR) parent 0b3cdd60c1a6a2888581e78eb8335feab0f477c1
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 26 Jan 2021 19:03:36 +0100
       
       dev-python/txsocksx: Correct Parsley dependency.
       
       Diffstat:
         M dev-python/txsocksx/txsocksx-1.15.… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dev-python/txsocksx/txsocksx-1.15.0.2.ebuild b/dev-python/txsocksx/txsocksx-1.15.0.2.ebuild
       t@@ -17,6 +17,6 @@ IUSE=""
        
        DEPEND="
                dev-python/twisted
       -        dev-python/parsley
       +        dev-python/Parsley
        "
        RDEPEND="${DEPEND}"