From 62ccbb68a510c20c16cc9855684a13b28b043a35 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Thu, 1 Mar 2018 17:08:26 +0000
Subject: python-chardet: rebuild to include py3

---
 abs/core/python_modules/python-chardet/PKGBUILD    | 6 +++---
 abs/core/python_modules/python-chardet/__changelog | 2 --
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 abs/core/python_modules/python-chardet/__changelog

diff --git a/abs/core/python_modules/python-chardet/PKGBUILD b/abs/core/python_modules/python-chardet/PKGBUILD
index 13bc9fa..6b6332d 100644
--- a/abs/core/python_modules/python-chardet/PKGBUILD
+++ b/abs/core/python_modules/python-chardet/PKGBUILD
@@ -4,13 +4,13 @@
 # Contributor: William Rea <sillywilly@gmail.com>
 
 pkgbase=python-chardet
-pkgname=('python2-chardet')
+pkgname=('python-chardet' 'python2-chardet')
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="https://github.com/chardet/chardet"
 license=('LGPL')
-makedepends=('python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.io/packages/source/c/chardet/chardet-${pkgver}.tar.gz")
 sha512sums=('61a03b23447a2bfe52ceed4dd1b9afdb5784da1933a623776883ee9f297e341f633e27f0ce0230bd5fdc5fdb5382105ab42736a74a417ddeb9f83af57455dba5')
 
diff --git a/abs/core/python_modules/python-chardet/__changelog b/abs/core/python_modules/python-chardet/__changelog
deleted file mode 100644
index 4f818ef..0000000
--- a/abs/core/python_modules/python-chardet/__changelog
+++ /dev/null
@@ -1,2 +0,0 @@
-PKGBUILD: don't build py 3 stuff
-
-- 
cgit v0.12