From: Piotr Ożarowski <piotr@debian.org>
Date: Wed, 16 Jan 2019 10:34:07 +0100
Origin: https://lists.debian.org/debian-python/2019/01/msg00060.html
Description: Do not use pkg_resources to avoid build failure
 kg_resources.DistributionNotFound: The 'easydev' distribution was not found and is required by the application

--- python-easydev.orig/easydev/__init__.py
+++ python-easydev/easydev/__init__.py
@@ -16,14 +16,6 @@
 #
 ##############################################################################
 
-import pkg_resources
-
-try:
-    version = pkg_resources.require("easydev")[0].version
-except:
-    version = ">=0.11.0"
-
-
 from . import browser
 from .browser import browse as onweb
 
