aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-12-28 14:01:34 +0000
committerMike McQuaid2014-12-28 14:01:34 +0000
commitd29afd91dd96e65c88992983738c512966083022 (patch)
treea562b6890bcea26cca224b01b896f09e3521b83c /Library
parentbb018e8de14ace164f2d86c1341b7d048fdebaa5 (diff)
downloadhomebrew-d29afd91dd96e65c88992983738c512966083022.tar.bz2
dpkg: remove unnecessary require.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dpkg.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/dpkg.rb b/Library/Formula/dpkg.rb
index 897ec3117..1c3caa7eb 100644
--- a/Library/Formula/dpkg.rb
+++ b/Library/Formula/dpkg.rb
@@ -1,5 +1,3 @@
-require "formula"
-
class Dpkg < Formula
homepage "https://wiki.debian.org/Teams/Dpkg"
url "https://mirrors.kernel.org/debian/pool/main/d/dpkg/dpkg_1.17.21.tar.xz"